text extraction from video game dialogue files [on hold]

Posted by wdwvt1 on Game Development See other posts from Game Development or by wdwvt1
Published on 2014-06-05T18:19:23Z Indexed on 2014/06/05 21:43 UTC
Read the original article Hit count: 317

Filed under:

As part of an academic project, I am trying to access the dialogue files (whether audio or text) from a variety of sports video games (Madden or NBA 2kX would be fantastic).

I have searched extensively on other sites (scholarly text-mining publications, r/gaming, r/madden, modding sites, etc.) for guidance in how to extract dialogue files, but have been unsuccessful. Given that I don't have even the domain specific language to ask the right question (i.e. the resources I am seeking are out there, I just can't find them) I am asking the SE game dev community for help with the 2 following questions:

  1. Is there a canonical resource that I should study that would get me started with how to extract text or audio files from games? I am very fluent in python, which usually excels at mining information from sources, but I struggle with knowing where to start with a video game (as opposed to a more familiar database with a defined API).

  2. Is this even feasible, or are protections included with newer games (e.g. NBA 2k13) going to make extraction of these resources in a programmatic way impossible?

Thank you for your help!

© Game Development or respective owner

Related posts about text